shouldInterceptTouchEvent
Check if this event as provided to the parent view's onInterceptTouchEvent should cause the parent to intercept the touch event stream.
Return
true if the parent view should return true from onInterceptTouchEvent
Parameters
ev
MotionEvent provided to onInterceptTouchEvent